home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / We-Blocker / weblock.exe / WebSafe.exe / 0 / RCDATA / TCONTROLSFORM / TCONTROLSFORM.txt < prev   
Encoding:
Text File  |  2000-06-22  |  20.4 KB  |  680 lines

  1. object Controlsform: TControlsform
  2.   Left = 224
  3.   Top = 150
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Controls'
  7.   ClientHeight = 286
  8.   ClientWidth = 529
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 244
  26.     Width = 529
  27.     Height = 42
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     Color = clGray
  31.     TabOrder = 0
  32.     object ViewLogButton: TBitBtn
  33.       Left = 54
  34.       Top = 6
  35.       Width = 103
  36.       Height = 31
  37.       Caption = '&View history'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clWindowText
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = []
  43.       ParentFont = False
  44.       TabOrder = 0
  45.       OnClick = ViewLogButtonClick
  46.       NumGlyphs = 2
  47.     end
  48.     object DoneButton: TBitBtn
  49.       Left = 388
  50.       Top = 5
  51.       Width = 101
  52.       Height = 31
  53.       Caption = '&Done'
  54.       Default = True
  55.       Font.Charset = DEFAULT_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -11
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.       TabOrder = 1
  62.       OnClick = DoneButtonClick
  63.       NumGlyphs = 2
  64.     end
  65.     object Helpbtn: TBitBtn
  66.       Left = 222
  67.       Top = 6
  68.       Width = 103
  69.       Height = 31
  70.       Caption = '&Help'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clWindowText
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       TabOrder = 2
  78.       OnClick = HelpbtnClick
  79.     end
  80.   end
  81.   object PageControl1: TPageControl
  82.     Left = 12
  83.     Top = 6
  84.     Width = 505
  85.     Height = 235
  86.     ActivePage = TabSheet2
  87.     MultiLine = True
  88.     TabHeight = 25
  89.     TabOrder = 1
  90.     TabWidth = 125
  91.     object TabSheet1: TTabSheet
  92.       Caption = 'General Settings'
  93.       object LoginGroup: TGroupBox
  94.         Left = 10
  95.         Top = 6
  96.         Width = 279
  97.         Height = 169
  98.         Ctl3D = True
  99.         ParentCtl3D = False
  100.         TabOrder = 0
  101.         object Label2: TLabel
  102.           Left = 18
  103.           Top = 24
  104.           Width = 111
  105.           Height = 13
  106.           Caption = 'Auto log-off User If Idle '
  107.           Font.Charset = DEFAULT_CHARSET
  108.           Font.Color = clWindowText
  109.           Font.Height = -11
  110.           Font.Name = 'MS Sans Serif'
  111.           Font.Style = []
  112.           ParentFont = False
  113.         end
  114.         object Label3: TLabel
  115.           Left = 200
  116.           Top = 24
  117.           Width = 37
  118.           Height = 13
  119.           Caption = 'Minutes'
  120.           Font.Charset = DEFAULT_CHARSET
  121.           Font.Color = clWindowText
  122.           Font.Height = -11
  123.           Font.Name = 'MS Sans Serif'
  124.           Font.Style = []
  125.           ParentFont = False
  126.         end
  127.         object UnblockCheck: TCheckBox
  128.           Left = 16
  129.           Top = 48
  130.           Width = 225
  131.           Height = 25
  132.           Alignment = taLeftJustify
  133.           Caption = 'Temporarily Disable Site Blocking'
  134.           Font.Charset = DEFAULT_CHARSET
  135.           Font.Color = clWindowText
  136.           Font.Height = -11
  137.           Font.Name = 'MS Sans Serif'
  138.           Font.Style = []
  139.           ParentFont = False
  140.           TabOrder = 1
  141.           OnClick = UnblockCheckClick
  142.         end
  143.         object chkSound: TCheckBox
  144.           Left = 23
  145.           Top = 108
  146.           Width = 218
  147.           Height = 19
  148.           Alignment = taLeftJustify
  149.           Caption = 'Play Sounds'
  150.           Checked = True
  151.           Font.Charset = DEFAULT_CHARSET
  152.           Font.Color = clWindowText
  153.           Font.Height = -11
  154.           Font.Name = 'MS Sans Serif'
  155.           Font.Style = []
  156.           ParentFont = False
  157.           State = cbChecked
  158.           TabOrder = 2
  159.           OnClick = chkSoundClick
  160.         end
  161.         object lbIdle: TComboBox
  162.           Left = 134
  163.           Top = 20
  164.           Width = 49
  165.           Height = 21
  166.           Style = csDropDownList
  167.           ItemHeight = 13
  168.           TabOrder = 0
  169.           Items.Strings = (
  170.             '10'
  171.             '30'
  172.             '40'
  173.             '60'
  174.             '90')
  175.         end
  176.         object ChkUserMustLogin: TCheckBox
  177.           Left = 23
  178.           Top = 78
  179.           Width = 218
  180.           Height = 19
  181.           Alignment = taLeftJustify
  182.           BiDiMode = bdLeftToRight
  183.           Caption = 'Disable Guest Account'
  184.           Font.Charset = DEFAULT_CHARSET
  185.           Font.Color = clWindowText
  186.           Font.Height = -11
  187.           Font.Name = 'MS Sans Serif'
  188.           Font.Style = []
  189.           ParentBiDiMode = False
  190.           ParentFont = False
  191.           TabOrder = 3
  192.           OnClick = chkSoundClick
  193.         end
  194.         object ChkUpdateNoAsk: TCheckBox
  195.           Left = 23
  196.           Top = 138
  197.           Width = 218
  198.           Height = 19
  199.           Alignment = taLeftJustify
  200.           Caption = 'Update Without Asking First'
  201.           Checked = True
  202.           Font.Charset = DEFAULT_CHARSET
  203.           Font.Color = clWindowText
  204.           Font.Height = -11
  205.           Font.Name = 'MS Sans Serif'
  206.           Font.Style = []
  207.           ParentFont = False
  208.           State = cbChecked
  209.           TabOrder = 4
  210.           OnClick = ChkUpdateNoAskClick
  211.         end
  212.       end
  213.       object ProxyGroup: TGroupBox
  214.         Left = 300
  215.         Top = 6
  216.         Width = 193
  217.         Height = 121
  218.         TabOrder = 1
  219.         object Label8: TLabel
  220.           Left = 25
  221.           Top = 54
  222.           Width = 42
  223.           Height = 13
  224.           Alignment = taRightJustify
  225.           Caption = 'Proxy IP:'
  226.           Font.Charset = DEFAULT_CHARSET
  227.           Font.Color = clWindowText
  228.           Font.Height = -11
  229.           Font.Name = 'MS Sans Serif'
  230.           Font.Style = []
  231.           ParentFont = False
  232.         end
  233.         object Label9: TLabel
  234.           Left = 19
  235.           Top = 90
  236.           Width = 51
  237.           Height = 13
  238.           Alignment = taRightJustify
  239.           Caption = 'Proxy Port:'
  240.           Font.Charset = DEFAULT_CHARSET
  241.           Font.Color = clWindowText
  242.           Font.Height = -11
  243.           Font.Name = 'MS Sans Serif'
  244.           Font.Style = []
  245.           ParentFont = False
  246.         end
  247.         object chkProxy: TCheckBox
  248.           Left = 24
  249.           Top = 18
  250.           Width = 145
  251.           Height = 19
  252.           Alignment = taLeftJustify
  253.           Caption = 'Use Proxy'
  254.           Font.Charset = DEFAULT_CHARSET
  255.           Font.Color = clWindowText
  256.           Font.Height = -11
  257.           Font.Name = 'MS Sans Serif'
  258.           Font.Style = []
  259.           ParentFont = False
  260.           TabOrder = 0
  261.           OnClick = chkProxyClick
  262.         end
  263.         object edtIP: TEdit
  264.           Left = 78
  265.           Top = 46
  266.           Width = 91
  267.           Height = 21
  268.           MaxLength = 15
  269.           TabOrder = 1
  270.           Text = 'edtIP'
  271.         end
  272.         object edtPort: TEdit
  273.           Left = 78
  274.           Top = 82
  275.           Width = 31
  276.           Height = 21
  277.           TabOrder = 2
  278.           Text = 'edtPort'
  279.         end
  280.       end
  281.       object buttonUpdateDB: TButton
  282.         Left = 330
  283.         Top = 144
  284.         Width = 137
  285.         Height = 33
  286.         Caption = 'Update Database Now'
  287.         TabOrder = 2
  288.         OnClick = buttonUpdateDBClick
  289.       end
  290.     end
  291.     object TabSheet2: TTabSheet
  292.       Caption = 'Users'
  293.       object GroupBox1: TGroupBox
  294.         Left = 22
  295.         Top = 6
  296.         Width = 465
  297.         Height = 163
  298.         Ctl3D = True
  299.         Font.Charset = DEFAULT_CHARSET
  300.         Font.Color = clWindowText
  301.         Font.Height = -11
  302.         Font.Name = 'MS Sans Serif'
  303.         Font.Style = []
  304.         ParentCtl3D = False
  305.         ParentFont = False
  306.         TabOrder = 0
  307.         object AddUser: TBitBtn
  308.           Left = 20
  309.           Top = 24
  310.           Width = 91
  311.           Height = 31
  312.           Caption = 'Add User'
  313.           Font.Charset = DEFAULT_CHARSET
  314.           Font.Color = clWindowText
  315.           Font.Height = -11
  316.           Font.Name = 'MS Sans Serif'
  317.           Font.Style = []
  318.           ParentFont = False
  319.           TabOrder = 1
  320.           OnClick = AddUserClick
  321.           Glyph.Data = {
  322.             76010000424D7601000000000000760000002800000020000000100000000100
  323.             0400000000000001000000000000000000001000000010000000000000000000
  324.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  325.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  326.             33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  327.             FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  328.             00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  329.             F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  330.             00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  331.             F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  332.             3333777777777777333333399033333333333337773333333333333903333333
  333.             3333333773333333333333303333333333333337333333333333}
  334.           NumGlyphs = 2
  335.         end
  336.         object EditUser: TBitBtn
  337.           Left = 20
  338.           Top = 68
  339.           Width = 91
  340.           Height = 31
  341.           Caption = 'Edit User'
  342.           Font.Charset = DEFAULT_CHARSET
  343.           Font.Color = clWindowText
  344.           Font.Height = -11
  345.           Font.Name = 'MS Sans Serif'
  346.           Font.Style = []
  347.           ParentFont = False
  348.           TabOrder = 2
  349.           OnClick = EditUserClick
  350.           Glyph.Data = {
  351.             76010000424D7601000000000000760000002800000020000000100000000100
  352.             0400000000000001000000000000000000001000000010000000000000000000
  353.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  354.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  355.             000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  356.             00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  357.             F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  358.             0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  359.             FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  360.             FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  361.             0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  362.             00333377737FFFFF773333303300000003333337337777777333}
  363.           NumGlyphs = 2
  364.         end
  365.         object DeleteUser: TBitBtn
  366.           Left = 20
  367.           Top = 112
  368.           Width = 91
  369.           Height = 31
  370.           Caption = 'Del User'
  371.           Font.Charset = DEFAULT_CHARSET
  372.           Font.Color = clWindowText
  373.           Font.Height = -11
  374.           Font.Name = 'MS Sans Serif'
  375.           Font.Style = []
  376.           ParentFont = False
  377.           TabOrder = 3
  378.           OnClick = DeleteUserClick
  379.           Glyph.Data = {
  380.             76010000424D7601000000000000760000002800000020000000100000000100
  381.             0400000000000001000000000000000000001000000010000000000000000000
  382.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  383.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  384.             3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  385.             33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  386.             33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  387.             333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  388.             03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  389.             33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  390.             0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  391.             3333333337FFF7F3333333333000003333333333377777333333}
  392.           NumGlyphs = 2
  393.         end
  394.         object UserLookupbox1: TDBLookupListBox
  395.           Left = 168
  396.           Top = 18
  397.           Width = 177
  398.           Height = 108
  399.           Font.Charset = DEFAULT_CHARSET
  400.           Font.Color = clWindowText
  401.           Font.Height = -11
  402.           Font.Name = 'MS Sans Serif'
  403.           Font.Style = []
  404.           KeyField = 'USERNAME'
  405.           ListField = 'USERNAME'
  406.           ListSource = Form1.UsersSource
  407.           ParentFont = False
  408.           TabOrder = 0
  409.         end
  410.       end
  411.     end
  412.     object BadWordstab: TTabSheet
  413.       Caption = 'Words To Block'
  414.       ImageIndex = 3
  415.       object WordstoblockGroup: TGroupBox
  416.         Left = 22
  417.         Top = 18
  418.         Width = 465
  419.         Height = 151
  420.         Ctl3D = True
  421.         Font.Charset = DEFAULT_CHARSET
  422.         Font.Color = clWindowText
  423.         Font.Height = -11
  424.         Font.Name = 'MS Sans Serif'
  425.         Font.Style = []
  426.         ParentCtl3D = False
  427.         ParentFont = False
  428.         TabOrder = 0
  429.         Visible = False
  430.         object BitBtn1: TBitBtn
  431.           Left = 20
  432.           Top = 24
  433.           Width = 83
  434.           Height = 31
  435.           Caption = 'Add Word'
  436.           Font.Charset = DEFAULT_CHARSET
  437.           Font.Color = clWindowText
  438.           Font.Height = -11
  439.           Font.Name = 'MS Sans Serif'
  440.           Font.Style = []
  441.           ParentFont = False
  442.           TabOrder = 0
  443.           OnClick = BitBtn1Click
  444.           Glyph.Data = {
  445.             76010000424D7601000000000000760000002800000020000000100000000100
  446.             0400000000000001000000000000000000001000000010000000000000000000
  447.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  448.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  449.             33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  450.             FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  451.             00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  452.             F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  453.             00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  454.             F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  455.             3333777777777777333333399033333333333337773333333333333903333333
  456.             3333333773333333333333303333333333333337333333333333}
  457.           NumGlyphs = 2
  458.         end
  459.         object BitBtn3: TBitBtn
  460.           Left = 20
  461.           Top = 64
  462.           Width = 83
  463.           Height = 31
  464.           Caption = 'Del Word'
  465.           Font.Charset = DEFAULT_CHARSET
  466.           Font.Color = clWindowText
  467.           Font.Height = -11
  468.           Font.Name = 'MS Sans Serif'
  469.           Font.Style = []
  470.           ParentFont = False
  471.           TabOrder = 1
  472.           OnClick = BitBtn3Click
  473.           Glyph.Data = {
  474.             76010000424D7601000000000000760000002800000020000000100000000100
  475.             0400000000000001000000000000000000001000000010000000000000000000
  476.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  477.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  478.             3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  479.             33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  480.             33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  481.             333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  482.             03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  483.             33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  484.             0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  485.             3333333337FFF7F3333333333000003333333333377777333333}
  486.           NumGlyphs = 2
  487.         end
  488.         object DBGrid1: TDBGrid
  489.           Left = 120
  490.           Top = 18
  491.           Width = 325
  492.           Height = 121
  493.           DataSource = Form1.WordsSource
  494.           Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  495.           ReadOnly = True
  496.           TabOrder = 2
  497.           TitleFont.Charset = DEFAULT_CHARSET
  498.           TitleFont.Color = clWindowText
  499.           TitleFont.Height = -11
  500.           TitleFont.Name = 'MS Sans Serif'
  501.           TitleFont.Style = []
  502.           Columns = <
  503.             item
  504.               Expanded = False
  505.               FieldName = 'WORD'
  506.               Title.Caption = 'Words'
  507.               Width = 167
  508.               Visible = True
  509.             end
  510.             item
  511.               Expanded = False
  512.               FieldName = 'CalcWordType'
  513.               Title.Caption = 'Type of Word'
  514.               Width = 138
  515.               Visible = True
  516.             end>
  517.         end
  518.       end
  519.       object WarningCheckBox: TCheckBox
  520.         Left = 24
  521.         Top = 6
  522.         Width = 403
  523.         Height = 13
  524.         Caption = 
  525.           'WARNING! This Tab contains offensive words to block, Click here ' +
  526.           'to View list'
  527.         TabOrder = 1
  528.         OnClick = WarningCheckBoxClick
  529.       end
  530.     end
  531.     object TabSheet3: TTabSheet
  532.       Caption = 'About'
  533.       Font.Charset = DEFAULT_CHARSET
  534.       Font.Color = clWindowText
  535.       Font.Height = -11
  536.       Font.Name = 'MS Sans Serif'
  537.       Font.Style = []
  538.       ParentFont = False
  539.       object GroupBox2: TGroupBox
  540.         Left = 16
  541.         Top = 6
  542.         Width = 465
  543.         Height = 157
  544.         Ctl3D = True
  545.         ParentCtl3D = False
  546.         TabOrder = 0
  547.         object btnHelpLicense: TBitBtn
  548.           Left = 72
  549.           Top = 116
  550.           Width = 139
  551.           Height = 31
  552.           Caption = 'License Agreement'
  553.           Font.Charset = DEFAULT_CHARSET
  554.           Font.Color = clWindowText
  555.           Font.Height = -11
  556.           Font.Name = 'MS Sans Serif'
  557.           Font.Style = []
  558.           ParentFont = False
  559.           TabOrder = 0
  560.           OnClick = btnHelpLicenseClick
  561.         end
  562.         object panelLastUp2: TPanel
  563.           Left = 268
  564.           Top = 80
  565.           Width = 85
  566.           Height = 17
  567.           Alignment = taRightJustify
  568.           BevelOuter = bvNone
  569.           Caption = 'Last data update:'
  570.           TabOrder = 1
  571.         end
  572.         object panelRegID2: TPanel
  573.           Left = 262
  574.           Top = 54
  575.           Width = 91
  576.           Height = 17
  577.           Alignment = taRightJustify
  578.           BevelOuter = bvNone
  579.           Caption = 'Registration #:'
  580.           TabOrder = 2
  581.         end
  582.         object panelVersion2: TPanel
  583.           Left = 304
  584.           Top = 30
  585.           Width = 49
  586.           Height = 17
  587.           Alignment = taRightJustify
  588.           BevelOuter = bvNone
  589.           Caption = 'Version:'
  590.           TabOrder = 3
  591.         end
  592.         object GroupBox3: TGroupBox
  593.           Left = 18
  594.           Top = 12
  595.           Width = 241
  596.           Height = 97
  597.           TabOrder = 4
  598.           object Label1: TLabel
  599.             Left = 66
  600.             Top = 10
  601.             Width = 109
  602.             Height = 24
  603.             Caption = 'We-Blocker'
  604.             Font.Charset = DEFAULT_CHARSET
  605.             Font.Color = clWindowText
  606.             Font.Height = -19
  607.             Font.Name = 'MS Sans Serif'
  608.             Font.Style = [fsBold]
  609.             ParentFont = False
  610.           end
  611.           object Label4: TLabel
  612.             Left = 177
  613.             Top = 16
  614.             Width = 22
  615.             Height = 13
  616.             Caption = '(TM)'
  617.           end
  618.           object Label5: TLabel
  619.             Left = 26
  620.             Top = 34
  621.             Width = 179
  622.             Height = 13
  623.             Caption = '(c) Copyright 1999, We-Web.com Inc.'
  624.           end
  625.           object Label7: TLabel
  626.             Left = 17
  627.             Top = 52
  628.             Width = 203
  629.             Height = 13
  630.             Caption = 'All rights reserved. (See license agreement)'
  631.           end
  632.           object LinkLabel1: TLinkLabel
  633.             Left = 63
  634.             Top = 68
  635.             Width = 139
  636.             Height = 13
  637.             Cursor = crHandPoint
  638.             Caption = 'http://www.we-webcorp.com'
  639.             Font.Charset = DEFAULT_CHARSET
  640.             Font.Color = clBlue
  641.             Font.Height = -11
  642.             Font.Name = 'MS Sans Serif'
  643.             Font.Style = [fsUnderline]
  644.             ParentFont = False
  645.             HREF = 'http://www.we-webcorp.com'
  646.             Visited = False
  647.           end
  648.         end
  649.         object panelRegID: TPanel
  650.           Left = 360
  651.           Top = 54
  652.           Width = 89
  653.           Height = 17
  654.           Alignment = taLeftJustify
  655.           BevelOuter = bvNone
  656.           TabOrder = 5
  657.         end
  658.         object PanelLastUp: TPanel
  659.           Left = 360
  660.           Top = 80
  661.           Width = 89
  662.           Height = 17
  663.           Alignment = taLeftJustify
  664.           BevelOuter = bvNone
  665.           TabOrder = 6
  666.         end
  667.         object panelVersion: TPanel
  668.           Left = 360
  669.           Top = 30
  670.           Width = 89
  671.           Height = 17
  672.           Alignment = taLeftJustify
  673.           BevelOuter = bvNone
  674.           TabOrder = 7
  675.         end
  676.       end
  677.     end
  678.   end
  679. end
  680.